From 31c338e4c2209afe31e0665e4b1b57bdb1a874e8 Mon Sep 17 00:00:00 2001 From: "jrb44@plym.cl.cam.ac.uk" Date: Wed, 28 Sep 2005 14:29:35 +0100 Subject: [PATCH] Changed -xen x86-32 defconfig CONFIG_EXT2_FS=y Was previously a module, caused LTP test sysfs01 to fail. Compiling in to the kernel brings this in to line with our own -xen x86-64 kernel and vendor kernels. Signed-off-by: James Bulpin --- linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 index a0f20e82b3..9321cfb0cf 100644 --- a/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 +++ b/linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 @@ -2684,7 +2684,7 @@ CONFIG_ACPI_SYSTEM=y # # File systems # -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y -- 2.30.2